home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / dragblok.zip / DRAGBLOK.DOC < prev    next >
Text File  |  1991-08-22  |  4KB  |  73 lines

  1. s
  2.                    Dragon BadUserBlocker, version 1.0
  3.                    ----------------------------------
  4.                    a merge to the RBBS-PC source code
  5.  
  6.  
  7. *******************************NOTICE*************************************
  8. *  A limited license is granted to all users of this program to make     *
  9. *  copies and distribute the copies to other users, on the following     *
  10. *  conditions:                                                           *
  11. *    1.   This notice is not altered, bypassed, or removed.              *          *
  12. *    2.   The program is not to be distributed to others in modified     *
  13. *         form (i.e. the line numbers must remain the same).             *
  14. *    3.   No fee is to be charged (or any other consideration received)  *
  15. *         for copying or distributing this program without an express    *
  16. *         written agreement with the authors.                            *
  17. *                                                                        *
  18. *   Copyright (c) 1991 Dragon Systems, Glenn Rossi, Dragon's Lair RBBS   *
  19. **************************************************************************
  20.  
  21.  
  22.  
  23.  
  24. OK, here is my first crack at releasing an optional merge to RBBS-PC!!
  25.  
  26. This little number, when added into RBBS-PC 17.3A-C will allow the SysOp
  27. to deny access to certain echo areas without messing with security levels
  28. and multiple configuration files.  What you do, is first, apple the MODs,
  29. next, create files in the format <conference name>.<BAN>, with 'Conference
  30. Name' being the 7 character name of the conf., as defined in CONFIG.
  31.  
  32. The reason I made this mod up is simple.  One of my users got himself tossed
  33. out of the TEEN echo.  I was asked by the moderator to cut his access to it.
  34. I thought, 'How the Heck do I do that?!?!?', there was no answer.  Then I
  35. realized that I would have to make it a private conference, and manually add
  36. the 'safe' users, leaving 'MY MAN' at a non-active security level.
  37.  
  38. Well, that just didn't seem like something I wanted to mess with.  I mean, a
  39. public conference has no users file!  It takes up a lot less disk space if
  40. if it's kept simple like that....  So, I decided, let's butcher the code so
  41. it searches a list for each conference, denying access to the users it finds
  42. in that list.
  43.  
  44. So, here it is.... just add the names of the users you want banned from the
  45. TEEN conference in TEEN.BAN, in the format of the included example files.
  46. Case makes no difference as all strings are converted to upper case.
  47.  
  48. If you like this mess, drop me a line here at the Dragon's Lair, or even if
  49. you have a problem <sigh>.  There is a conference called TEKSUP just for the
  50. purpose of supporting Dragon Systems Software.  Otherwise, you may send net-
  51. mail to Fidonet 1:274/40....
  52.  
  53. Good Luck!!
  54.  
  55.                                                   Glenn Rossi
  56.                                                   The Dragon's Lair RBBS
  57.                                                   1 (703) 720-1067
  58.                                                   FidoNet 1:274/40
  59.  
  60.                                                   Dragon Systems
  61.                                                   418 Shelton Shop Rd.
  62.                                                   Stafford, VA 22554
  63.                                                   1 (703) 659-3149
  64.  
  65.  
  66.  
  67. ============================================================================
  68.  
  69. BTW, if enough people show an interest, I might even write a utility to add
  70. users, subtract users, and do automatic subtractions based on date.  Let me
  71. know of any other features this program might need!
  72.  
  73.